home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 2000 October / tst.iso / multimed / IDN / web / lemonruski / template.swf / scripts / DefineButton2_630 / BUTTONCONDACTION on(rollOver).as < prev   
Encoding:
Text File  |  1999-09-02  |  99 b   |  8 lines

  1. on(rollOver){
  2.    tellTarget("/doors")
  3.    {
  4.       gotoAndStop("start");
  5.       play();
  6.    }
  7. }
  8.